National Repository of Grey Literature 22 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
3D shape from MRI
Menclík, Tomáš ; Smékal, Zdeněk (referee) ; Šmirg, Ondřej (advisor)
The main aim of the thesis is the reconstruction of three-dimensional surface from a~set of two-dimensional images. For the implementation of this application the programming language Java and its extension, that allows work with three-dimensional models, were chosen. First, viewing of three-dimensional models of two different file formats was necessary to allow. To create the three-dimensional models, the Marching Cubes algorithm was used. This algorithm is decribed theoretically in the text, description of the implementation and correction of deficiencies follows. Finally, the implementation of the inversion procedure of reconstruction of the three-dimensional surface, which is the extraction of two-dimensional images from the three-dimensional model, is described.
Real-Time Volumetric Terrain Rendering
Koblížek, Aleš ; Kobrtek, Jozef (referee) ; Matýšek, Michal (advisor)
Tato práce popisuje způsob implementace volumetrického terénu s důrazem na modifikovatelnost v reálném čase. Použitá datová struktura je bitové pole - materiál terénu není potřeba ukládat, takže pro uložení každého vzorku stačí jeden bit. Textura je odvozována na základě sklonu terénu. Vizualizace se provádí převodem na povrchovou reprezentaci pomocí algoritmu pochodující kostky a následným zobrazením polygonové sítě pomocí vykreslovacího řetězce. Terén i textura jsou generovány procedurálně. Pro rozrušení poměrně pravidelného povrchu je použit displacement mapping a teselace. Jemnější detaily jsou získány pomocí bump mappingu. Pro dynamické stíny je použit shadow mapping.
Fluid Simulation
Zivčák, Jan ; Žák, Pavel (referee) ; Jošth, Radovan (advisor)
This bachelor´s thesis is focused on theme of fluid and gas simulation performed on personal computers. This branch of computer graphics and computer simulation is quite popular because it offers a lot of questions and a lot of solutions. Thesis is about to compare this solutions, focusing on those which can be real-time computed. One part of thesis is also about methods for fluid vizualization - isosurfaces and method marching cubes. The question of using modern graphics adapters to compute the simulation is also present. Especially NVIDIA CUDA technology will be analysed. And finally, there is an explanation of my implementation.
Real-Time Particle Simulations
Horváth, Zsolt ; Španěl, Michal (referee) ; Herout, Adam (advisor)
Particle simulations in real-time become reality only a few years before, when in computer science occured the idea of GPGPU. This new technology allows use the massive force of graphics card for general purposes. Today, the trend is to accelerate existing algorithms by rewriting into parallel form. On this priciple operate the particle systems too. An interesting area of particle systems are fluid simulations. The simulations are based on the theory of Navier-Stokes equations and their numerical solutions with SPH (Smoothed particle hydrodynamics). Liquids are part of everyday life, and therefore it is important to render them realistically. They are used in modern computer games and different visualizations that run in real time, therefore they must be quickly displayed.
Interactive Human Tissues 3D Modelling by CT/MR Data
Zachar, Lukáš ; Štancl, Vít (referee) ; Kršek, Přemysl (advisor)
The aim of this thesis is to create a system, which would make a 3D model of tissues based on CT or MRI scans. Input data is in the DICOM format. Selection of tissues is done by the user by specifying range of values in scans. The current selection is highlighted. The creation of polygonal model is done by the Marching cubes algorithm. It is possible to save the model in format VRML or STL.
Image Processing on GPUs
Bačík, Ladislav ; Španěl, Michal (referee) ; Smrž, Pavel (advisor)
This master thesis deals with modern technologies in graphic hardware and using their for general purpose computing. It is primary focused on architecture of unified processors and algorithm implementation via CUDA programming interface. Thesis base is to choose suited algorithm for GPU horsepower demonstration. Main aim of this work is implementation of multiplatform library offering algorithms for discrete volumetric data vectorization. For this purpose was chosen algorithm Marching cubes that is able to find surface of processed object. In created library will be contained algorithm runnable on graphic device and also one runnable on CPU. Finally we compare both variants and discuss their pros and cons.
Advanced Simulation and Vizualization of a Fluid
Obr, Jakub ; Pečiva, Jan (referee) ; Navrátil, Jan (advisor)
This thesis concentrates on physically based simulation of fluids followed by its photorealistic visualization. It describes one form of Smooth Particle Hydrodynamics methods for viscoelastic fluid simulation and includes its extension for multiple interacting fluids. It also deals with SPH boundary problem and investigates its solution by fixed boundary particles. For visualization of fluids there is a method of Ray Tracing described in detail and it's extended with light absorption in transparent materials. In connection with this method there is also discussed a problem of infinite total reflections and some solution techniques are offered. To extract the surface of the fluid there is used a Marching cubes method and its discussed in terms of Ray Tracing.
Localization of EEG scalp electrodes in structural MRI data
Koutek, Petr ; Gajdoš, Martin (referee) ; Harabiš, Vratislav (advisor)
The objective of this thesis is to design an algorithm used for localization of scalp electrodes in MRI structural data. The algorithm is based on fact that electrodes are visible on visualized head surface. The surface of a head is subdivided into smaller fragments, which are transformed from 3D space into 2D. The electrodes are then located in 2D space by use of registration techniques. The proposed algorithm is able to correctly locate up to 73% EEG electrodes, assuming that the subject has short hair. In case when a subject has long hair, the portion of correctly detected electrodes is 49%. The probability of false detection is 22% when the object is short-haired and 35% when long-haired. The algorithm should facilitate the process of EEG electrodes localization during examinations combining imaging modalities of type EEG and MRI.
3D Geometry Reconstruction from Discrete Volumetric Data
Svěchovský, Radek ; Navrátil, Jan (referee) ; Španěl, Michal (advisor)
Conversion of discrete volumetric data to boundary representation is quite common operation. Standard approach to resolve this problem is to use well-known Marching cubes algorithm, which although simple and robust, generates low-quality output that requires subsequent post-processing. This master's thesis deals with uncommon algorithms used for isosurface extraction from volumes. The reader will be acquainted with fundamental principles of Hierarchical Iso-Surface Extraction method, that was independently implemented and tested in this work.
Graphics Intro 64kB Using OpenGL
Milet, Tomáš ; Havel, Jiří (referee) ; Herout, Adam (advisor)
This thesis deals with the creation of the intro with limited size. This work describes methods for reducing the size of the final application. The main part describes methods for generating graphic content and methods for its animation. It deals with creation of textures and geometry. Another part is aimed on the physical simulation of particle and elastic systems.

National Repository of Grey Literature : 22 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.